home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / namio / qz_g.dir / 00858_PdÉAÉCÉeÉÄÉ{É^Éì.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  478 b   |  20 lines

  1. on mouseUp
  2.   global gqznonf, gqzlist
  3.   set the visible of sprite 30 to 0
  4.   set the visible of sprite 31 to 0
  5.   set the visible of sprite 32 to 0
  6.   set the visible of sprite 33 to 0
  7.   set the visible of sprite 44 to 0
  8.   updateStage()
  9.   set gqznonf to the frame
  10.   if getaProp(gqzlist, #dgtuta) = 0 then
  11.     puppetSound(3, "ItemB")
  12.     puppetTransition(10, 2, 5, 1)
  13.     go("Pd-item")
  14.   else
  15.     puppetSound(3, "ItemB")
  16.     puppetTransition(10, 2, 5, 1)
  17.     go("item")
  18.   end if
  19. end
  20.